home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / text / edit / MiniHex.lha / MiniHex.readme < prev   
Text File  |  1997-10-21  |  2KB  |  60 lines

  1. About MiniHex v1.0 by Deniil 715!
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. This program is, as you might have noticed, a hex-editor.
  4. You can use it to edit particular bytes/words/longs and
  5. also insert and delete data!
  6. It is very simple and just a little program a have to make fast
  7. because I didn't knew of any other hexeditor that worked _well_..
  8.  
  9. If "Filesize:" for some reason doesn't match the real filesize
  10. then the reading failed at some point, like out of mem or something.
  11.  
  12.  
  13. Usage of the GUI:
  14. ~~~~~~~~~~~~~~~~~
  15. Position:   the position in the file where to edit, you can enter
  16.             the position in either hexadecimal (hex) or decimal (dec).
  17.  
  18. Editor:     the actual byte/word/long or string you want to edit.
  19.  
  20. Blocksize:  the size that you want to edit (byte/word/long). Is
  21.             ignored when "Ed-display: " is set to "String of 32 chars".
  22.  
  23. Ed-display: how the "Editor: " should display and enterpretate the
  24.             data in the file.
  25.  ___
  26. |Clr| will simply set the current byte/word/long to zero.
  27.  _____________
  28. |Add Workspace|    adds, by the user defined, a number of bytes at the
  29.                    end of the file.
  30.  ________________
  31. |Insert Workspace| will do the same as |Add Workspace| but at the
  32.                    current cursor-position.
  33.  ________________
  34. |Delete Workspace| will delete, by used defined, bytes at the
  35.                    current position.
  36.  _______
  37. |Monitor| will open (and close) a monitor window thet can be quite
  38.           useful. In the monitor you can browse around with the
  39.           cursorkeys or the mouse with left button pressed down.
  40.  ___
  41. |New|     will clear the current file and set a new file to 100 bytes.
  42.  ____
  43. |Load|    will let you load a file to edit.
  44.  ______
  45. |Reload|  will simply reload the last file opened without a requester.
  46.  ____
  47. |Save|    will save the current file with it's curret file-name.
  48.  _______
  49. |Save As| will let you enter a name and path for you file and then save it.
  50.  _________
  51. |   /\    |
  52. | <    >  | This is to browse around in the file with.
  53. |  _\/    |
  54. | / \ \_/ |
  55.  ~~~~~~~~~
  56.  
  57.  
  58. The program was finished 5/10 -97.
  59. My e-mail:  deniil@algonet.se
  60.